home *** CD-ROM | disk | FTP | other *** search
- # This properties file is used to create a PropertyResourceBundle
- # It contains Locale specific strings used in Swing
- # Currently, the following components need this for support:
- #
- # ColorChooser
- # FileChooser
- # OptionPane
- #
- # When this file is read in, the strings are put into the
- # defaults table. This is an implementation detail of the current
- # workings of Swing. DO NOT DEPEND ON THIS.
- # This may change in future versions of Swing as we improve localization
- # support.
- #
- # 1.9 04/05/01
- # @author Steve Wilson
-
- ############ FILE CHOOSER STRINGS #############
- FileChooser.fileDescriptionText=Generisk fil
- FileChooser.directoryDescriptionText=Katalog
- FileChooser.newFolderErrorText=Fel d\u00e5 ny mapp skapades
- FileChooser.newFolderErrorSeparator= :
- FileChooser.acceptAllFileFilterText=Alla filer (*.*)
- FileChooser.cancelButtonText=Avbryt
- FileChooser.saveButtonText=Spara
- FileChooser.openButtonText=\u00d6ppna
- FileChooser.saveDialogTitleText=Spara
- FileChooser.openDialogTitleText=\u00d6ppna
- FileChooser.updateButtonText=Uppdatera
- FileChooser.helpButtonText=Hj\u00e4lp
-
- # These strings are platform dependent not look and feel dependent.
- FileChooser.win32.newFolder=Ny mapp
- FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
- FileChooser.other.newFolder=Ny-mapp
- FileChooser.other.newFolder.subsequent=Ny-mapp.{0}
-
-
- ## file chooser tooltips ###
- FileChooser.cancelButtonToolTipText=Avbryt filvalsdialogruta
- FileChooser.saveButtonToolTipText=Spara markerad fil
- FileChooser.openButtonToolTipText=\u00d6ppna markerad fil
- FileChooser.updateButtonToolTipText=Uppdatera kataloglistan
- FileChooser.helpButtonToolTipText=Hj\u00e4lp - Filv\u00e4ljare
-
- ############ COLOR CHOOSER STRINGS #############
- ColorChooser.previewText=Granska
- ColorChooser.okText=OK
- ColorChooser.cancelText=Avbryt
- ColorChooser.resetText=\u00c5terst\u00e4ll
- ColorChooser.sampleText=Exempeltext Exempeltext
- ColorChooser.swatchesNameText=Prov
- ColorChooser.swatchesRecentText=Tidigare:
- ColorChooser.hsbNameText=HSB
- ColorChooser.hsbHueText=H
- ColorChooser.hsbSaturationText=S
- ColorChooser.hsbBrightnessText=B
- ColorChooser.hsbRedText=R
- ColorChooser.hsbGreenText=G
- ColorChooser.hsbBlueText=B
- ColorChooser.rgbNameText=RGB
- ColorChooser.rgbRedText=R\u00f6d
- ColorChooser.rgbGreenText=Gr\u00f6n
- ColorChooser.rgbBlueText=Bl\u00e5
-
- ############ OPTION PANE STRINGS #############
- OptionPane.yesButtonText=Ja
- OptionPane.noButtonText=Nej
- OptionPane.okButtonText=OK
- OptionPane.cancelButtonText=Avbryt
- OptionPane.titleText=V\u00e4lj ett alternativ
-
- ############ Text strings #############
- # Used for html forms
- FormView.submitButtonText=Skicka fr\u00e5ga
- FormView.resetButtonText=\u00c5terst\u00e4ll
-
- ############ Abstract Document Strings ############
- AbstractDocument.styleChangeText=snittbyte
- AbstractDocument.additionText=till\u00e4gg
- AbstractDocument.deletionText=radering
- AbstractDocument.undoText=\u00c5ngra
- AbstractDocument.redoText=G\u00f6r om
-
- ############ Abstract Button Strings ############
- AbstractButton.clickText=klicka
-
- ############ Abstract Undoable Edit Strings ############
- AbstractUndoableEdit.undoText=\u00c5ngra
- AbstractUndoableEdit.redoText=G\u00f6r om
-
- ############ Combo Box Strings ############
- ComboBox.togglePopupText=v\u00e4xlaPopup
-
- ############ Progress Monitor Strings ############
- ProgressMonitor.progressText=Status...
-
- ############ Split Pane Strings ############
- SplitPane.leftButtonText=v\u00e4nster knapp
- SplitPane.rightButtonText=h\u00f6ger knapp
-